ComponentOne ASP.NET MVC Controls
GroupWidth Method (BoxWhiskerBuilder<T>)

C1.Web.Mvc.Fluent Namespace > BoxWhiskerBuilder<T> Class : GroupWidth Method
The value.
Configurates C1.Web.Mvc.BoxWhisker<T>.GroupWidth. Sets a value that determines the group width as a percentage for the Box and Whisker chart. The default value for this property is 0.8. The min value is 0 and max value is 1.
Syntax
'Declaration
 
Public Function GroupWidth( _
   ByVal value As Single _
) As BoxWhiskerBuilder(Of T)
public BoxWhiskerBuilder<T> GroupWidth( 
   float value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

BoxWhiskerBuilder<T> Class
BoxWhiskerBuilder<T> Members